View
 

Digital Research PL1 Compiler for CPM-80

Page history last edited by Douglas W. Goodall 3 years, 6 months ago Saved with comment

This file "cpm80pli.lbr" is a NULU library file containing the complete distribution of the DRI PL/1 compiler for CP/M-80. Also included is a Hello World program by Douglas Goodall that uses the PRINTSTR BDOS call (9) to do the output in conjunction with the plidio module, also provided in source form.

 

I use this compiler for some applications and my policy is to provide all my tools freely so that others can work with my programs at source level. I will look around and see if I can locate scans or PDF files of the DRI documents about this compiler.

 

If you want to use the compiler, download the lbr file to disk media under CP/M-80 and unpack it using NULU as so...

 

NULU CPM80PLI.LBR -E *.* -X

 

When the restore completes the compiler is ready for use.

 

The sample program (hello) can be compiled and linked as so...

 

PLI HELLO

PLILINK HELLO,PLIDIO

 

Then just run the HELLO.COM

 

Questions can be directed to the GOOGLE list, or to me at doug@goodall.com

 

Have Fun :-)

 

Douglas Goodall

Santa Maria, CA

 

Comments (0)